Job Radar. Live notifications. AI processed.
freelancer.com 2026-04-21 ๐ข
๐น Retrieve Cached Wallet Seed Image
๐ค Client: ๐ฆ๐บ Australia Member since 2017-07-27
๐ฐ Price: $103 Average bid
๐ฉ Problem: Locate and extract any cached image of the 24-word recovery phrase from Brave browser cache on macOS Ventura.
๐ฆ Existing: [Not specified]
Specifications:
[Target] Extract 24-word crypto wallet seed phrase or its screenshot from Brave browser cache.
[Method] Use forensic tools to inspect and extract cache files.
[UI/UX] N/A
[Stack] macOS, Brave Browser, Terminal, SQLite Inspection Tools
[Security] Ensure metadata preservation during extraction process.
[Format] PNG, JPG, WebP or text format
Workflow:
Open Terminal on macOS Ventura.
Use the commandcd ~/Library/Application\ Support/BraveSoftware/Brave-Browser/Default/Cachesto navigate to Brave cache directory.
Runls -alhto list all files and directories in the cache folder.
Identify any suspiciously recent files or folders related to the session using the commandfind . -name '*ledger*' -type f -mtime -1.
Use SQLite inspection tools likesqlite3to open Brave's database located at~/Library/Application\ Support/BraveSoftware/Brave-Browser/Default/Cache2/็ญๆไปถๅand search for any references to the URL [login to view URL].
Extract relevant cache files using commands such ascat <filename> > output.png.
Check extracted files for the presence of the 24-word seed phrase or its screenshot.